/ Assembly List / LJCAppManagerDAL / AppUsers / Add

Namespace - LJCAppManagerDAL


Parameters
id - The record ID.
name - The item name.
userID - The user ID.

Returns

A reference to the added item.

Syntax

C#
public AppUser Add(Int32 id, String name, String userID)

Creates and adds the object from the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.